home *** CD-ROM | disk | FTP | other *** search
/ PC Format (UK) 86 / PC_Format_September1998_Issue86.iso / Tech / DIRECTOR / data.z / Keyboard Lingo.dir / Scripts_32_Scene 3 Setup Handlers.ls < prev    next >
Encoding:
Text File  |  1997-05-10  |  196 b   |  10 lines

  1. on enterFrame
  2.   global gKeyChannel
  3.   set gKeyChannel to 9
  4.   set the keyDownScript to "myKey03"
  5.   set the keyUpScript to "deadKey"
  6.   repeat with N = 9 to 14
  7.     puppetSprite(N, 1)
  8.   end repeat
  9. end
  10.